Welcome![Sign In][Sign Up]
Location:
Search - bmp map

Search list

[Compress-Decompress algrithmsvc

Description: jpeg转bmp图源码,纯C代码,可移植到嵌入式系统-jpeg to bmp map source, pure C code can be ported to embedded systems
Platform: | Size: 1604608 | Author: | Hits:

[GDI-Bitmapbmp24TO8

Description: 一个24位的bmp 图转换成8位 bmp24byteto8byte-Bmp a map of 24 into 8 bmp24byteto8byte
Platform: | Size: 27648 | Author: 李发生 | Hits:

[OpenGL programOpenGl_BMP

Description: OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。-OpenGL How to read bmp file, and the window of the map stored as bmp files.
Platform: | Size: 637952 | Author: ajiax | Hits:

[Graph Drawing53607915SeaAndSky

Description: 一个在opengl下显示灰度bmp位图文件的程序,用VC++ 编写而成。很简单,适合初学者使用。-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners-Opengl shown in grayscale bitmap bmp files, use VC++ Prepared. Very simple, suitable for beginners to use.-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners
Platform: | Size: 138240 | Author: zhang | Hits:

[Special EffectsImageProcesing

Description: 编程实现:读一幅图像(BMP或JPG格式)并根据显示窗口大小自适应显示全图,实现如下功能:(1)可任意角度旋转;(2)可任意放大缩小;(3)任意选择一个区域,画出该区域图像的灰度直方图.-Programming: Reading an image (BMP or JPG format) and in accordance with the size of adaptive display window shows the entire map, the achievement of the following functions: (1) can be arbitrary rotation angle (2) can be enlarged or reduced (3) choose a region, to draw images of the region histogram.
Platform: | Size: 1064960 | Author: 陈绪戈 | Hits:

[Embeded-SCM Developbmpconverter

Description: 可以将windows 24位BMP图转换为16位图的程序,可用于机顶盒处理打包图片之用-Can windows 24 bit BMP map is converted to 16 plans can be used for set-top boxes used image processing package
Platform: | Size: 2048 | Author: 李江 | Hits:

[Graph programtypical

Description: 数字图像处理中的常用图,LEANNA图,大米图等等,超多图像。-Digital image processing in commonly used map, LEANNA maps, map of rice, etc., super multi-image.
Platform: | Size: 4267008 | Author: wangyu | Hits:

[Special EffectsHalftoning

Description: 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation process. The program achieved a siggraph 2008 paper in the Structure aware halftoning Halftoning Algorithm. The algorithm is based on the objective function optimization, simulated annealing method used to generate. The program can be read into the gif, png, jpg, bmp format images, and automatically will be converted to grayscale color map. Halftone generated map png format only supports the current output. The realization of the language for java. Jre 1.6.0_10 in the tests are normal.
Platform: | Size: 17408 | Author: lm | Hits:

[Software Engineeringbmp2PCB

Description: 能将bmp图片转换为PCB图的软件.zip 能将bmp图片转换为PCB图的软件.zip-Bmp picture to convert PCB map software. Zip
Platform: | Size: 22528 | Author: haitao | Hits:

[Windows DevelopHideInfoWithBmp

Description: 对于BMP格式的图象,其前54个字节未文件头信息,从第55个字节开始到结束的所有数据,都是图像颜色数据。如果仅仅修改图像颜色数据而不修改文件头信息,则bmp图像大小不变且可以正常使用。当然,为了控制图像的质量,对于数据的植入方式,我们需要稍加斟酌。一个bmp图像要隐藏我们指定的信息,储存空间必不可少。为了保证信息植入前后图像的质量不发生明显的变化,我们只有把信息写到bmp图像颜色数据的每个字节的低位上。这样,每个字节的改变量不超过0Fh,对图像品质的影响非常小,用肉眼几乎分辨不出来。在源码包中有对比图,大家可以亲自对比验证。 原理即 :用原来bmp图像颜色数据的相邻两个字节的低位来存放隐藏信息的一个字节的内容。 如隐藏信息的某个字节数据位为 3E ,bmp图像颜色数据两相邻字节的内容为:5F 27 ,处理后该相邻字节的内容变为53 2E。这样处理,一张mbp图像可以存放其自身长度2分之1大小的信息,效果不错。-The BMP format images, its former 54-byte file header information is not, from the first 55 bytes beginning to the end of all the data is color image data. If you only modify the data without modifying the color image file header information, then bmp image size unchanged and can be normal use. Of course, in order to control image quality, for the implantation of the way the data, we need a little discretion. A bmp image to hide our designated information, storage space is essential. Information in order to guarantee the quality of images before and after implantation no obvious change, we can only put information wrote bmp image color data for each byte on the low. In this way, each byte to change the volume of not more than 0Fh, the impact on image quality is very small, almost to tell with the naked eye do not come out. Source package has at contrast map, everyone can personally verify comparison. Principle namely: bmp image with the original color data of adjacent two of the l
Platform: | Size: 25600 | Author: lizhoujian | Hits:

[Picture ViewerWalshbianhuan

Description: walsh变化 对BMP图的walsh变化,在VC++环境下实现,只针对256×256的图像-hough changes hough of BMP map changes in the VC++ environment to achieve, only 256 × 256 image
Platform: | Size: 159744 | Author: chenmi | Hits:

[Graph programzhifangtujunheng

Description: 直方图均衡,是通过对bmp位图的操作,是通过vc++编写的,只能对bmp图进行操作-Histogram equalization is through the operation of bitmap bmp through vc++ to prepare and can only operate on the bmp map
Platform: | Size: 249856 | Author: chenmi | Hits:

[Other38

Description: Visual Basic 算法实例,将BMP图转化为ICO-Visual Basic algorithm instance, the BMP map into ICO
Platform: | Size: 5120 | Author: yi wang | Hits:

[Graph programIsbhide

Description: 本函数将完成在LSB上的顺序信息隐秘,载体选用灰度BMP图-This function will be completed in the LSB sequence information on the secret, carrier selection of gray-scale BMP map
Platform: | Size: 1024 | Author: 李颖 | Hits:

[Other38a4444aa

Description: Visual Basic将BMP图转化为ICO-Visual Basic will be BMP map into ICO
Platform: | Size: 6144 | Author: b b | Hits:

[2D Graphic24to256

Description: BMP24位位图量化成256色BMP图,本程序彩八叉树颜色量化。-BMP24-bit quantization into a 256-color bitmap BMP map, this program color octree color quantization.
Platform: | Size: 3984384 | Author: 孤浪 | Hits:

[Graph programpicture

Description: 这里面是的几个小程序都是图片的预览,它主要是实现了图片的自动预览、图片的批量浏览、浏览BMP大图、图片的放大和缩小、图片任意角度旋转-This is a few small programs which are a preview image, it is mainly to achieve a picture of the auto-preview, batch photo browsing, browsing big BMP map, picture zoom in and out, rotate images at any angle
Platform: | Size: 48328704 | Author: 兰斌 | Hits:

[CommunicationVista

Description: 位图分析转换软件 可以分析8,16,24,32位BMP图 输出可选16位,18位,24位RGB格式 同时支持串行下载-Bitmap analysis of 8,16,24,32-bit conversion software can map out the optional 16-bit BMP, 18 bit, 24-bit RGB format also supports serial download
Platform: | Size: 631808 | Author: JingtongACT | Hits:

[Special Effectsbmp

Description: 关于bmp图像读取,保存,3乘3光滑处理,以及两幅图像相加和相减!和取反色图-About bmp image to read, save, 3 x 3 smoothing, and add and subtract two images! And taking anti-color map
Platform: | Size: 1393664 | Author: 徐源璟 | Hits:

[GIS programlyf

Description: 利用MapX实现电子地图浏览缩放,数字地图和BMP地图相关联-Using MapX map view for electronic zoom, digital maps and associated BMP map
Platform: | Size: 2078720 | Author: tanyuxi | Hits:
« 1 2 3 4 56 7 8 9 10 ... 13 »

CodeBus www.codebus.net